subtracting Months
fun <Unit : MonthOrSmaller, TimeUnit> TimePeriod<Unit>.subtractingMonths(count: Int): TimePeriod<Unit>
Create a new TimePeriod by moving backward some number of months.
Parameters
count
The number of months by which to move backward.